go/types.Checker.recordTypeAndValueInSyntax (method)

2 uses

	go/types (current package)
		check.go#L572: func (check *Checker) recordTypeAndValueInSyntax(x ast.Expr, mode operandMode, typ Type, val constant.Value) {
		recording.go#L74: 	check.recordTypeAndValueInSyntax(x, mode, typ, val)